Write File
Command Prototype
File.Write(sPath,sText,sCharset)
Command Description
Write to a file, and overwrite the original content of the file
Parameter Description
- Required Parameter
- sPath--The path to a file
- sText--The file content to write
- sCharset--The file encoding; when "auto" is passed, an encoding is automatically determined, when "ansi" is passed, ANSI encoding is used, when "utf8" is passed, utf-8 encoding is used, and when "unicode" is passed, utf-16 encoding is used